home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / filutl34.zoo / fileutil.34 / read.me
Encoding:
Text File  |  1993-02-06  |  1.2 KB  |  29 lines

  1. Hi all,
  2.  
  3. this is a port of the GNU file-utils, release 3.4, made for MiNT.
  4. These programs were compiled using gcc 2.3.3 and the mintlibs pl 26;
  5. the -mbaserel flag was used, so these programs will be sharable under MiNT.
  6.  
  7. Two programs, `mknod' and `mkfifo', were left out, since they make no sense
  8. on an Atari ST. One program, `df', needed changes in a library file and
  9. in a support function; these files, and the Makefiles I used, are placed
  10. in the `src' subdirectory. I did not make all the changes myself; I took
  11. some routines from an earlier port of the file-utils by someone else.
  12. I can't recall your name, but thanks!
  13. The full sources are at prep.ai.mit.edu.
  14.  
  15. All binaries are in the `bin' subdirectory; all man pages are in the
  16. `man' subdirectory (where else?).
  17.  
  18. One noteworthy change since the previous version: the `df' program
  19. will show the pipe, shared-memory and proc filesystems if you run
  20. MiNT 0.99 or later. The shared-memory and proc filesystems always
  21. give identical results; this is because MiNT's Dfree() call for both
  22. these filesystems reflects system memory, not shared-memory or programs.
  23.  
  24. Please mail your bug-reports, comments, whatever to:
  25.   Hildo Biersma
  26.   boender@dutiws.twi.tudelft.nl
  27.   
  28. All mail is welcome!
  29.